ServiceGetJournal Method (ItemId) |
Gets a journal.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Journal GetJournal(
ItemId itemId
)
Public Function GetJournal (
itemId As ItemId
) As Journal
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The ID of the item to return.
Return Value
Type:
JournalJournal.
See Also